home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mail / mime-faq.part1 < prev    next >
Encoding:
Text File  |  1995-07-25  |  33.1 KB  |  906 lines

  1. Subject: comp.mail.mime frequently asked questions list (FAQ) (1/3)
  2. Newsgroups: comp.mail.mime,comp.answers,news.answers
  3. From: mime-faq@ics.uci.edu (MIME FAQ maintainer)
  4. Date: Sat, 19 Nov 1994 11:12:37 GMT
  5.  
  6.  
  7. Archive-Name: mail/mime-faq/part1
  8. Version: $Id: mime1,v 3.10 1994/11/19 11:10:23 jsweet Rel $
  9. Posting-Frequency: monthly
  10.  
  11.  
  12. --
  13. ==========================================================
  14. comp.mail.mime frequently asked questions list (FAQ) (1/3)
  15. ==========================================================
  16. Part 1: Answers to Frequently Asked Questions about MIME
  17. ~~~~~~
  18. --
  19.  
  20. Overview
  21. --------
  22. This is part 1 of a Frequently Asked Questions document about MIME, the
  23. multipurpose and multi-media standard for Internet mail.
  24.  
  25. Part 1 covers frequently asked questions.
  26.  
  27. Part 2 is a listing of MIME products.
  28.  
  29. Part 3 covers advanced topics.
  30.  
  31. Sections in the table of contents that have changed since the last
  32. posting are marked with a '!' in the first column.  New sections are
  33. marked with '+'.
  34.  
  35. --
  36. Contents
  37. ~~~~~~~~
  38. Part 1: Answers to Frequently Asked Questions about MIME (this file)
  39. ========================================================
  40.   1)     Introduction
  41.   1.1)   Authorship
  42.   1.2)   Conventions
  43.   1.3)   Where can I get the comp.mail.mime FAQ?
  44.  
  45.   2)     What is MIME?
  46.   2.0)   Help!  I got a message in MIME format--how do I decode it?
  47. ! 2.1)   Introduction
  48.   2.2)   MIME features that may or may not be present
  49.   2.3)   Further information
  50.   2.4)   MIME glossary
  51.   2.5)   Newsgroups and mailing lists
  52.   
  53.   3)     Miscellaneous questions
  54.   3.1)   What can I use to display MIME messages?
  55. ! 3.2)   What's "text/enriched"?
  56.   3.3)   What about security issues?
  57.   3.4)   So, does MIME introduce any new security problems?
  58.   3.5)   What about a group 3 facsimile encoding?
  59.   3.6)   Should I always use external body parts to save space?
  60.   3.7)   What mail servers can I reference?
  61.   3.8)   Can I interwork between MIME and X.400?
  62. ! 3.9)   Why does MIME define base64 instead of using uuencode?
  63.   3.10)  How can I use uuencode with MIME?
  64.  
  65.   4)     MIME information available from the Internet
  66.   4.1)   Anonymous FTP
  67. ! 4.2)   Mail-based archive servers
  68.   4.3)   Gopher
  69.   4.4)   World Wide Web
  70.   
  71. ! 5)     Published books and articles
  72.   
  73.   6)     MIME based relays for commercial mail services
  74.   6.1)   Large national or international providers
  75.   6.1.1) ATTMAIL
  76.   6.1.2) CompuServe
  77.   6.1.3) RadioMail
  78.   6.2)   Local and regional providers
  79.  
  80. Part 2: MIME products (posted separately)
  81. =====================
  82.   7)     Freely available MIME packages
  83.   7.1)   Libraries
  84. ! 7.2)   Conversion tools and extension packages
  85. ! 7.3)   Mail user agents and transport systems
  86.  
  87. ! 8)     Commercial MIME packages
  88.  
  89.   9)     Packages for MIME in USENET
  90.   9.1)   Introduction
  91.   9.2)   News readers and transports with MIME support
  92.  
  93. Part 3: Advanced topics (posted separately)
  94. =======================
  95.   10)    Information
  96. ! 10.1)  MIME-relevant RFCs and other standards
  97. ! 10.2)  List of registered MIME types
  98. ! 10.2.1)  List of registered MIME types
  99. ! 10.2.2)  List of known unregistered MIME types
  100.   10.3)  Internet Engineering Task Force (IETF) working groups
  101.  
  102.   11)    Developers' FAQs
  103.   11.1)  How can I register a new MIME type?
  104.   11.2)  What's ESMTP, and how does it affect MIME?
  105.   11.3)  Where can I get some sample MIME messages?
  106.   11.4)  Wouldn't MIME be better if it did <foo>?
  107.   11.5)  So what about multilevel encodings?
  108.   11.6)  Why doesn't MIME include a mechanism for compression?
  109.  
  110.   12)    Acknowledgements
  111. --
  112.  
  113. 1) Introduction
  114. ---------------
  115.  
  116. 1.1) Authorship
  117.  
  118. Current maintainer:
  119.   Jerry Sweet <mime-faq@ics.uci.edu>
  120.  
  121. Previous maintainers (thanks, guys!):
  122.   Ed Vielmetti - originator
  123.   Tim Goodwin
  124.  
  125. Contributions have come from a cast of dozens; see section 12 for the
  126. list of contributors.
  127.  
  128. --------------------------------
  129.  
  130. 1.2) Conventions
  131.  
  132.  - Direct quotations begin with an attribution in a standard format,
  133.    and are indented by four spaces.
  134.  
  135.  
  136.  - Pointers to resources available via the Internet, such as references
  137.    to FTPable goodies, appear in WWW URL format.  URLs beginning with
  138.    "ftp:" refer to FTP sites.  For example:
  139.  
  140.    ftp://domain.name/path/to/package
  141.  
  142.    Those with FTP access, but without WWW access, may treat such
  143.    references as follows:
  144.  
  145.    1. Log into host domain.name using anonymous FTP
  146.    2. Look for /path/to/package
  147.  
  148.    An FTP reference usually lists only the distribution site; please
  149.    try your nearest FTP archive first.  Archie may be of some help
  150.    here.
  151.  
  152.    URLs beginning with "http:" refer to WWW servers.  URLs beginning
  153.    with "gopher:" refer to gopher servers.
  154.  
  155.    Internet browsing tools, such as Mosaic, know about URLs.
  156.  
  157.  
  158.  - You'll occasionally see text in braces, like this.
  159.  
  160.    { Here is some example meta-text. }
  161.  
  162.    Generally, these indicate places where information is missing, or
  163.    where the information may be unreliable, or where major changes are
  164.    planned in the near future.  You can ignore these if you're just
  165.    looking for information.  But if you can help fill in the gaps, and
  166.    you want to achieve fame, fortune, and your name at the bottom of
  167.    this FAQ, please send e-mail to the maintainer.
  168.  
  169. --------------------------------
  170.  
  171. 1.3) Where can I get the comp.mail.mime FAQ?
  172.  
  173.  - It is posted approximately monthly to the newsgroups comp.mail.mime,
  174.    comp.answers, and news.answers.  The "Expires:" field is set such
  175.    that---on systems which honor this field---the most recent edition
  176.    will always be in the news spool.
  177.  
  178.  
  179.  - Many sites archive news.answers postings, including these:
  180.    
  181.    ftp://ftp.uu.net/usenet/news.answers/mail/mime-faq/
  182.    ftp://rtfm.mit.edu/pub/usenet-by-group/news.answers/mail/mime-faq/
  183.    
  184.    If possible, please try to find a closer site; for example, by
  185.    asking archie for "mime-faq".
  186.    
  187.  
  188.  - An automatically generated HTML version of the MIME FAQ is available
  189.    at this URL:
  190.  
  191.    http://www.cis.ohio-state.edu/text/faq/usenet/mail/mime-faq/top.html
  192.  
  193.    It's brought to you courtesy of Ohio State University.  
  194.  
  195.    The reason that this MIME FAQ document is marked up the way it is,
  196.    with dividers and score marks and so on, is that these marks
  197.    facilitate automatic conversion of the document to HTML format by
  198.    the Ohio State server.
  199.  
  200.  
  201.  - If you are reading this FAQ via some fixed medium such as hardcopy
  202.    or CD-ROM, please try to obtain the latest edition from the net
  203.    instead.
  204. --
  205.  
  206.  
  207. 2) What is MIME?
  208. ----------------
  209.  
  210. Well, let's answer a frequently asked question first, then get to an
  211. introduction.
  212.  
  213. --------------------------------
  214.  
  215. 2.0) Help!  I got a message in MIME format--how do I decode it?
  216.  
  217. If you have problems reading a message in MIME format, it might be for
  218. any of the following reasons:
  219.  
  220. Scenario 1:
  221.   Your mail system outsmarted itself--it can handle some MIME stuff,
  222.   but not whatever it is you received.  For this, you'll either need a
  223.   smarter mail system, or you'll need to tell the mail system how
  224.   to handle whatever's in the message, or you'll need to defeat the
  225.   mail system entirely, and look at the message in its "raw" state.
  226.   Precisely how to do any of these things depends on the type of
  227.   mail system that you have.  The next scenario presents information
  228.   about how to handle a similar situation.
  229.    
  230. Scenario 2:
  231.   Your mail system doesn't understand MIME stuff at all.  For this,
  232.   you must either content yourself with the "raw" message, or you
  233.   can try to track down some tools to help you.  From John Gardiner 
  234.   Myers <jgm+@CMU.EDU>, we have this advice:
  235.  
  236.     A minimalist MIME-reading program, munpack, is available via
  237.     anonymous FTP to ftp.andrew.cmu.edu in the directory pub/mpack/.
  238.     The program reads MIME messages and writes the decode parts out to
  239.     files.  Versions are available for Unix, MS-DOS, Macintosh, and
  240.     Amiga platforms.  [ See part 2 of this FAQ for information about
  241.     the mpack tool suite. ]
  242.  
  243. Scenario 3:
  244.   You don't have all the necessary equipment to listen to an audio
  245.   part, or to view a graphical part, or to read text written
  246.   in a foreign character set.  You're out of luck here; you can 
  247.   handle a lot of MIME stuff on a plain old 24x80 ASCII terminal,
  248.   but let's face it: if you're stuck with something like that, YOU 
  249.   LOSE.  If someone asks you how to listen to an audio message on
  250.   a 24x80 ASCII terminal, call in the Noogie Patrol.  (Yes, this
  251.   kind of question gets asked all the time.  Consult the glossary
  252.   in section 2.4 if you don't know what a noogie is.)
  253.  
  254. Scenario 4:
  255.   Your mail system doesn't want to show a "message/partial" (like this 
  256.   one).  For this, you may need to assemble all the parts of the
  257.   message together.  
  258.  
  259.   - With MH, you can assemble the message together using the command
  260.     "mhn -store cur:3".  Alternatively, you can view the "raw" message
  261.     by using the MH command "show -noshowproc".  
  262.  
  263.   - For mailcap-based mail user agents, the mailcap file needs an
  264.     entry for message/partial.  One entry, contributed by Tim Goodwin,
  265.     is this:
  266.  
  267.         message/partial; showpartial %s %{id} %{number} %{total}
  268.  
  269.     The showpartial command is part of the metamail distribution.
  270.     See section 7 for a description of metamail.
  271.  
  272.   { Brief advice for specific mail systems welcome. }
  273.  
  274. --------------------------------
  275.  
  276. 2.1) Introduction
  277.   
  278. MIME, the Multi-purpose Internet Mail Extensions, is a freely available
  279. specification that offers a way to interchange text in languages with
  280. different character sets, and multi-media e-mail among many different
  281. computer systems that use Internet mail standards.
  282.  
  283. If you were bored with plain text e-mail messages, thanks to MIME you
  284. now can create and read e-mail messages containing these things:
  285.  
  286.         - character sets other than ASCII
  287.         - enriched text
  288.         - images
  289.         - sounds
  290.         - other messages (reliably encapsulated)
  291.         - tar files
  292.         - PostScript
  293.         - FTPable file pointers
  294.         - other stuff
  295.  
  296. MIME supports not only several pre-defined types of non-textual
  297. message contents, such as 8-bit 8000Hz-sampled mu-LAW audio, GIF image
  298. files, and PostScript programs, but also permits you to define your
  299. own types of message parts.
  300.  
  301. The ability to create e-mail messages with audio and other non-textual
  302. contents has been around for a while, but almost always as part of a
  303. vendor-specific "solution."  This means that you can't create a
  304. message on a NeXT system containing PostScript information and "Lip
  305. Service" (NeXT's audio e-mail tool) and easily handle the same message
  306. on an HP 9000/710, a Sun SPARCstation IPC, and a Silicon Graphics
  307. Iris.  That's a problem that MIME helps to solve.
  308.  
  309. One of the best things about MIME is that it's a "four-wheel drive
  310. protocol" (to borrow a description applied originally to PhoneNet by
  311. Einar Stefferud).  MIME was carefully designed to survive many of the
  312. most bizarre variations of SMTP, UUCP, and Procrustean mail transport
  313. protocols, such as BITNET and MMDF, that like to slice, dice, and
  314. stretch the headers and bodies of e-mail messages.
  315.  
  316. Here are a few examples of how MIME is being used in the real world,
  317. now.
  318.  
  319. 1. Dr Marshall T. Rose mails out his SNMP-related newsletter, "The
  320. Simple Times" as multi-media e-mail messages in several forms:
  321.  
  322.         - in a PostScript form, with beautiful typesetting and a
  323.         two-column page layout, suitable for printing on a laser
  324.         printer;
  325.  
  326.         - in a "text/richtext" form (explained in question 3.2),
  327.         suitable for display on a mildly intelligent ASCII terminal;
  328.         and
  329.  
  330.         - in a plain text, ordinary message form.
  331.  
  332. (SNMP is the Simple Network Management Protocol.)
  333.  
  334. 2. IETF document announcements (RFCs, Internet Drafts, etc.) are
  335. structured as multipart MIME messages.  The first part contains the
  336. document abstract.  The second part is itself a multipart message,
  337. containing external references to the document itself (one via a
  338. mail-server, one via anonymous FTP).  Thus, with a suitable UA (User
  339. Agent, see 2.4 for glossary), you can read the abstract, and then have
  340. the complete document retrieved for you (by the most appropriate method)
  341. at the press of a button.
  342.  
  343. 3. A "pointer" to this FAQ is posted weekly in comp.mail.mime.  The
  344. pointer article contains MIME external contents that MIME-capable mail
  345. user agents can use to obtain the FAQ via Internet FTP or via mail
  346. server.
  347.  
  348. --------------------------------
  349.  
  350. 2.2) MIME features that may or may not be present
  351.  
  352. Implementations of multi-media e-mail need not support the full spec;
  353. it's possible to have a useful product that does not explore all of
  354. the nooks and crannies of the standard.  
  355.  
  356. Furthermore, MIME permits a message to contain alternative parts for
  357. consumption by sites that can't necessarily display or listen to all
  358. the good stuff.
  359.  
  360. Here is a list of features that someone with a good, functional
  361. mail user agent might include for MIME support.
  362.  
  363.  - Displays GIF, JPEG, and PBM encoded images, using e.g. 'xv' in the X
  364.    Window System, or (name of windows program here) in Microsoft Windows.
  365.   
  366.  - Displays PostScript parts, using e.g. something that prints to a
  367.    PostScript printer, or that invokes GhostScript on an X Window System
  368.    display, or that uses Display PostScript.
  369.   
  370.  - Obtains external body parts via Internet FTP or via mail server.
  371.    
  372.  - Plays audio parts on workstations that support digital audio.
  373.  
  374. On the other hand, the minimal requirements for a MIME-conformant MUA
  375. are almost trivial, yet still provide increased functionality.  (The
  376. minimal requirements are mainly concerned with ensuring that users are
  377. not shown raw data from a MIME message inappropriately.)
  378.  
  379. --------------------------------
  380.  
  381. 2.3) Further information
  382.  
  383. A nice overview of the MIME specification by Mark Grand is available
  384. from:
  385.  
  386. ftp://ftp.netcom.com/pub/mdg/mime.ps
  387. ftp://ftp.netcom.com/pub/mdg/mime.txt
  388.  
  389. { Any other documents that should be referenced? }
  390.  
  391. --------------------------------
  392.  
  393. 2.4) MIME glossary
  394.  
  395. Every subculture needs its list of buzzwords, here's a start at a
  396. collection for MIME.
  397.   
  398. body            the part of a message after the header (the "meat")
  399. content         a portion of a MIME message
  400. ESMTP           Extended SMTP - RFC 1651
  401. external part   a "pointer" to a part available via FTP or other means
  402. GIF             graphical interchange format for images
  403. header          the To, From, Subject, etc. at the start of a message
  404. HTML            hypertext markup language; used in WWW documents
  405. JPEG            an image compression standard for still images
  406. mail transport  the "post office", e.g. sendmail, smail, MMDF, etc.
  407. MIME            Multipurpose Internet Mail Extensions - RFC 1521
  408. MPEG            an image compression standard for moving pictures
  409. MTA             Mail Transport Agent, see "mail transport"
  410. MUA             Mail User Agent, see "user agent"
  411. multi-media     nebulous marketroid term meaning audio and visual stuff
  412. noogie          Zen technique to improve understanding - knuckles on skull
  413. part            a piece of a MIME message containing some data type
  414. PBM             an image format
  415. PEM             Privacy Enhanced Mail
  416. PostScript      a popular page description language
  417. RFC             request for comments; proposed or standard Internet protocols
  418. SMTP            Simple Mail Transport Protocol - RFC 821
  419. text/enriched   simple text markup language for MIME - RFC 1563
  420. text/simplemail another (even simpler?) text markup language
  421. URL             WWW uniform resource locator; access-method://host/path
  422. user agent      the end user's mail program, e.g. MH, ELM, /bin/mail, etc.
  423. WWW             the worldwide web (see section 4.4)
  424.  
  425. --------------------------------
  426.  
  427. 2.5) Newsgroups and mailing lists
  428.  
  429.  - You're probably reading comp.mail.mime at the moment.  This is
  430.    the USENET newsgroup devoted to discussions of MIME.
  431.  
  432.  
  433.  - There is also a mailing list, info-mime, which is gatewayed with
  434.    comp.mail.mime.  This is a bidirectional gateway, so every message to
  435.    the mailing list also appears on the newsgroup, and vice versa.  If
  436.    you are unable or unwilling to read USENET news, send subscription
  437.    requests to:
  438.  
  439.          info-mime-request@thumper.bellcore.com
  440.  
  441.  
  442.  - There is a UK exploder for info-mime (info-mime-uk).  Contact:
  443.  
  444.          info-mime-uk-request@mailbase.ac.uk
  445.  
  446.    The Mailbase software archives all contributions, which are then
  447.    accessible via these URLs:
  448.  
  449.    ftp://mailbase.ac.uk
  450.    gopher://mailbase.ac.uk
  451.  
  452.    ...and via mailserver; send a message to mailbase@mailbase.ac.uk, with
  453.    a message body containing, e.g. "send info-mime-uk 08-1993".
  454.  
  455.  
  456.  - The archive ftp://ftp.ora.com/pub/usenet/comp.mail.mime stores
  457.    articles in three formats: by subject, by article number, and by
  458.    month.  See the README file for more information.
  459.  
  460.  
  461.  - There is also a [comp.mail.multi-media] newsgroup, which contains
  462.    general discussions of multi-media e-mail, not necessarily MIME.
  463.  
  464.  
  465.  - There are various mailing lists specific to particular
  466.    implementations of MIME.  If we know of such a list, it is
  467.    mentioned in the section of this document about that
  468.    implementation.  
  469. --
  470.  
  471. 3) Miscellaneous questions
  472. --------------------------
  473.  
  474. 3.1) What can I use to display MIME messages?
  475.  
  476. You need something that understands MIME-structured messages and also
  477. understands how to display the different kinds of body parts.
  478.  
  479. Details of many freely available and commercial packages to do just
  480. that can be found in part 2 of this FAQ.
  481.  
  482. --------------------------------
  483.  
  484. 3.2) What's "text/enriched"?
  485.  
  486. The text/enriched type offers simple text markup, without making the
  487. text unreadable to someone without the software to interpret it.
  488. The text/enriched scheme uses markup commands enclosed in angle
  489. brackets.  For example, here is how you would <bold>embolden</bold> a
  490. single word.
  491.  
  492. The text/enriched type is defined in RFC 1563.  It supersedes
  493. text/richtext, which was defined in RFC 1341.  See part 3 of this
  494. FAQ for information about how to obtain RFCs.
  495.  
  496. A freely available implementation of a viewer for text/enriched is
  497. part of the metamail 2.7 "richtext" program, via the undocumented
  498. command line option "-e".  See part 2 of this FAQ for details about
  499. metamail.
  500.  
  501. Other markup language proposals have been made.  One is simplemail,
  502. which is more like a standardization of certain existing practices in
  503. mail and news articles.  For example, here is how you would *emphasize* 
  504. a single word.
  505.  
  506. Simplemail is explained in an Internet Draft by Bill Janssen and Evan
  507. Kirshenbaum.  See part 3 of this FAQ for information about how to
  508. obtain Internet Drafts.
  509.  
  510. --------------------------------
  511.  
  512. 3.3) What about security issues?
  513.  
  514. Both users and administrators should be aware that ordinary Internet
  515. and UUCP e-mail is not secure.  No authentication, confidentiality, or
  516. data integrity properties are provided in SMTP, RFC 822, or MIME.
  517. Persons desiring any or all of those security properties in their e-mail
  518. should look into the use of Privacy-Enhanced Mail (PEM).  At least one
  519. no-cost implementation of PEM is available in the US and Canada.
  520. There are also a number of implementations being developed in Europe
  521. (hopefully these will not suffer the same restrictions on export).
  522.  
  523. PEM will (eventually) be integrated with MIME.  See
  524.  
  525.     draft-ietf-pem-mime-03.txt
  526.  
  527. for the latest work on this.
  528.  
  529. A system providing similar functionality to PEM implementations is
  530. PGP.  PGP is an implementation, not a specification, and it does not
  531. carry the blessing of the IETF, or any other body.  It is, however,
  532. available at no cost throughout the world (although its status with
  533. respect to certain US patents is dubious).  Caveat emptor.
  534.  
  535.     [ "Jeffrey I. Schiller" <jis@mit.edu>  24-Jun-1994 ]
  536.  
  537.     There is now a freeware version of PGP that is not dubious from a
  538.     patent standpoint.
  539.  
  540. { This section needs additional information, URLs, etc. }
  541.  
  542. --------------------------------
  543.  
  544. 3.4) So, does MIME introduce any new security problems?
  545.  
  546. Yes.  MIME user agents can do previously unheard of things with mail
  547. messages, notably giving them as input to other programs.
  548.  
  549. PostScript is probably the biggest potential security hole.  One
  550. famous example is the "melting screen" PostScript program, which
  551. destroys screens maintained by Display PostScript implementations.  For
  552. another example, PostScript can be used to change the password on some
  553. PostScript printers with previously undefined passwords, which denies
  554. the use of the printer until the printer's password can (somehow) be
  555. changed back.  Yet other Display PostScript implementations may allow
  556. file operations.  (NeXTstep wisely disables file operations.  With
  557. GhostScript, they can be disabled by the "-dSAFER" command line option.
  558. Use of this option (in mailcap, etc.) is highly recommended.)
  559.  
  560. The enumeration of these security holes is not to be interpreted as
  561. encouragement to exploit the holes.  They are mentioned only because
  562. they are well known.  Refer to books such as "Practical UNIX Security"
  563. and to news groups such as comp.security.misc for general information
  564. about system security.
  565.  
  566. --------------------------------
  567.  
  568. 3.5) What about a group 3 facsimile encoding?
  569.  
  570. It is rumored that there was an attempt to include G3 FAX in the
  571. original MIME specification, but that it was impossible for the
  572. authors of the MIME specification to gain a consensus on how to encode
  573. the data.  So G3 FAX has been left for a future MIME implementation.
  574. But you can always define your own body part.
  575.  
  576. Here are some snippets relevant to MIME and FAX.
  577.  
  578. The MIME-MHS documents define a G3Fax body part that is conformant with
  579. the X.400 G3Fax definition.
  580.  
  581.     [ Stuart Lynne <sl@wimsey.com> 30-Dec-1992 ]
  582.  
  583.     I have prototype scripts operating with metamail to do some of this.
  584.     Some of it is in contrib directory.
  585.  
  586.     Currently I have 2 scripts:
  587.  
  588.         mm2fax  - convert mail and metamail messages to TIFF/F (uses various
  589.         tools to convert different body parts to TIFF/F);
  590.  
  591.         faxmm   - send rfc822 and mime e-mail messages via facsimile (uses
  592.         mm2fax to convert to TIFF/F).
  593.  
  594.     [ Ned Freed <ned@innosoft.com> 31-Dec-1992 ]
  595.  
  596.     PMDF-FAX is a set of channel programs for PMDF that provide
  597.     facilities for converting text, PostScript, and various other
  598.     formats into Group 3 FAX, as well as a set of programs that take
  599.     these Group 3 FAX files and use them to drive a variety of FAX
  600.     modems.  MIME is used throughout to provide type information,
  601.     multipart facilities, and so forth. PMDF-FAX was developed with MIME
  602.     in mind from the outset.
  603.  
  604. --------------------------------
  605.  
  606. 3.6) Should I always use external body parts to save space?
  607.  
  608. Not necessarily.  In many cases, for example, at the ends of UUCP
  609. connections, your recipients may not be able to retrieve external body
  610. parts easily.  It depends on your audience.  Making files available via
  611. a mail server is to be encouraged.  It is always possible to provide
  612. MIME alternative parts that first offer FTP, then mail server options.
  613.  
  614. --------------------------------
  615.  
  616. 3.7) What mail servers can I reference?
  617.  
  618. There are various mail servers available.  Check news.answers for
  619. the FAQ about mail server software.  We do not presently have a
  620. recommendation.
  621.  
  622. --------------------------------
  623.  
  624. 3.8) Can I interwork between MIME and X.400?
  625.  
  626. Conversion between RFC 822 and X.400 is defined in RFC 1327 and 
  627. RFC 1495.
  628.  
  629. Recently, the MIME-MHS working group has published RFCs (which are on
  630. the IAB standards track) which extend RFC 1327 to define conversions
  631. between MIME and X.400.
  632.  
  633. Some MTAs, notably the ISODE Consortium's version of PP (see section 8)
  634. have MIME gatewaying support.
  635.  
  636. --------------------------------
  637.  
  638. 3.9) Why does MIME define base64 instead of using uuencode?
  639.  
  640.     [ Ed Greshko <egreshko@cosmo.twntpe.cdc.com> 15-Apr-1994 ]
  641.  
  642.     The *major* reason is that there is no standard for uuencode.  While
  643.     it is popular, the many flavors of uuencode in existence make it a
  644.     prime candidate for *non*-interoperability.
  645.  
  646.     [ John Gardiner Myers <jgm+@CMU.EDU> 1-Jun-1994 ]
  647.  
  648.     Some gateways damage messages in the more common uuencode formats.
  649.     Gateways that convert between EBCDIC and ASCII, in particular, tend to
  650.     damage some of the characters used in the uuencode format.  The base64
  651.     encoding is designed to be invulnerable to all known gateways.
  652.  
  653.     [ Ned Freed <NED@innosoft.com> 26-Oct-1994 ]
  654.  
  655.     Well, once you say UUENCODE you've already bought into a whole bunch
  656.     of different formats. There are lots of different encoders out there
  657.     that produce completely different variants of UUENCODE. (I just ran
  658.     into a new one I had never seen before yesterday, and it happens to be
  659.     one I know won't work with some of the decoders I've used.)  And
  660.     sometimes they interoperate and sometimes they don't.
  661.     
  662.     Because of the lack of a standard version of UUENCODE and the
  663.     resulting interoperability problems, as well as various problems with
  664.     the encoding character set used by some UUENCODE implementations, MIME
  665.     elected to go with an existing encoding originally defined, if memory
  666.     serves, in RFC989 back in 1987, as well as adding a new "lightweight"
  667.     encoding mechanism for material that's mostly text.
  668.     
  669.     I should also point out that most MIME-ware supports UUENCODE as a
  670.     format even if though it is nonstandard and causes interoperability
  671.     problems.
  672.  
  673.     There are a bunch of other encodings in use, like base85, btoa, and
  674.     hexadecimal.  However, you really don't see these that often in
  675.     practice.
  676.  
  677. { Additional information, horror stories, etc., welcome. }
  678.  
  679. --------------------------------
  680.  
  681. 3.10) How can I use uuencode with MIME?
  682.  
  683. The following idea from Nathaniel may be useful.  For some examples of
  684. this in action, see the newsgroup clari.feature.dilbert.
  685.  
  686.     [ Nathaniel Borenstein <nsb@thumper.bellcore.com> 4-Nov-93 ]
  687.  
  688.     I recently convinced myself that you can use multipart/alternative
  689.     to get a nice effect for both MIME-smart recipients and
  690.     uuencode-loving recipients, although it is ugly and wasteful:
  691.     
  692.     Content-type: multipart/alternative; boundary=foo
  693.     
  694.     --foo
  695.     Content-type: application/octet-stream; name=foo.uu
  696.     
  697.     ...uuencoded data goes here....
  698.     --foo
  699.     Content-type: real-mime-type
  700.     Content-type: base64
  701.     
  702.     base64-encoded data goes here
  703.     --foo--
  704.     
  705.     A good MIME viewer will only use the second part, the real MIME
  706.     data.  A uuencode-oriented system, however, should ignore everything
  707.     EXCEPT the uuencoded data, because of the way uuencode works
  708.     (everything before the "begin" line and after the "end" line is
  709.     ignored).
  710.  
  711.     I certainly wouldn't want to recommend the above as standard
  712.     practice, but I imagine that are enclaves or situations where it
  713.     could be useful.
  714. --
  715.  
  716. 4) MIME information available from the Internet
  717. -----------------------------------------------
  718.  
  719. 4.1) Anonymous FTP
  720.  
  721. Information about FTPable stuff is scattered throughout this FAQ.
  722. More specifically, look into the RFCs.  Other goodies can be found in
  723. the MH and MetaMail source trees.  Refer to part 2 of this FAQ for
  724. lots of details and URLs beginning with "ftp:".  Refer to section 10.1
  725. for information about how to retrieve RFCs via FTP.
  726.  
  727. --------------------------------
  728.  
  729. 4.2) Mail-based archive servers
  730.  
  731. A few Internet sites whose archives contain MIME-related information
  732. support retrieval via e-mail servers.  One of these is ics.uci.edu.
  733. Any URLs referring to ftp.ics.uci.edu mentioned in this document can
  734. be used in formulating retrieval requests to send to the archive-server
  735. address at ics.uci.edu.  To find out more about how to use that mail
  736. server, send a message whose body contains the line "help" to the
  737. address "archive-server@ics.uci.edu".
  738.  
  739. RFCs may be requested from a mail-based archive server.  Refer to
  740. section 10.1 for information about how to do that.
  741.  
  742. Several freely available packages, including ServiceMail and metamail,
  743. contain mail-based archive servers.  Some commercial packages do as
  744. well.  Refer to part 2 of this FAQ for details.  Installing a
  745. mail-based archive server at your site makes it possible to send out
  746. messages containing external body contents that can be used to
  747. retrieve materials automatically from your site via e-mail.
  748.  
  749. --------------------------------
  750.  
  751. 4.3) Gopher
  752.  
  753.     [ Randall Atkinson <atkinson@tengwar.itd.nrl.navy.mil> 2-Jan-1993 ]
  754.  
  755.     There is experimental work underway in the Internet Gopher community
  756.     to include MIME as a mechanism for marking the content of files. 
  757.     The freely distributable Gopher client for NeXTstep 3.0 includes
  758.     MIME support.  Other gopher clients will probably add it eventually.
  759.  
  760. --------------------------------
  761.  
  762. 4.4) World Wide Web
  763.  
  764.     [ Marc VanHeyningen <mvanheyn@cs.indiana.edu> 26-Jun-1993 ]
  765.  
  766.     There is more-than-experimental work underway in the Internet World
  767.     Wide Web (WWW) community to use MIME as the mechanism for marking
  768.     the contents of information exchanged via HyperText Transfer
  769.     Protocol (HTTP); the specification of HTTP/1.0 dictates that both
  770.     the request and the response are more or less MIME-compliant
  771.     messages.  There are implementations already doing this today.
  772.  
  773.     Support is also included for format negotiation (e.g. a server
  774.     might have both a PostScript and a plaintext version of a paper
  775.     and decide which to send based on what the client can accept,
  776.     presentation preferences, size, and the like.)  It's nearly as
  777.     complicated as the "badness" mechanisms in TeX, and unrelated to
  778.     (and, for its application, probably superior to) the
  779.     multipart/alternative MIME type.
  780.  
  781.     There is an FAQ for WWW in comp.infosystems.www
  782. --
  783.     
  784. 5) Published books and articles
  785. -------------------------------
  786.  
  787.  - Books
  788.  
  789.  The Internet Message: closing the book with electronic mail
  790.  
  791.  Marshall T. Rose
  792.  Prentice-Hall
  793.  ISBN 0-13-092941-7
  794.  
  795.  This book is a complete review of the Internet world of electronic
  796.  mail, including recent developments.  There is considerable detail,
  797.  and it would make the perfect companion to the mail RFCs for any
  798.  budding implementor.
  799.  
  800.  On the other hand, the detail should be quite easy to skip for those
  801.  interested in just an overview.
  802.  
  803.  As usual, Marshall's informed and often vigorous opinions are clearly
  804.  marked off as "soapboxes", to be objectively skipped or delightedly
  805.  sought out, according to preference.
  806.  
  807.  One chapter of the book is devoted to MIME.
  808.  
  809.  
  810.  - Articles and Papers
  811.  
  812.     [ Daniel Glazman <Daniel.Glazman@der.edf.fr> 27-Oct-94 ]
  813.  
  814.     (In English):
  815.  
  816.         N.Borenstein, Bellcore, "Multimedia Mail From the Bottom Up or
  817.                 Teaching Dumb Mailers to Sing", ConneXions, pp. 10-16, Nov.91
  818.  
  819.         G.Vaudreuil, CNRI, "MIME: Multi-Media, Multi-Lingual Extensions for
  820.                 RFC 822 Based Electronic Mail", ConneXions, pp. 36-39, Sep.92
  821.  
  822.     (In French):
  823.  
  824.         D.Glazman, EDF/DER, "Les Extensions MIME", Tribunix No 57, Oct.94
  825.  
  826. --
  827.  
  828. 6) MIME based relays for commercial mail services
  829. -------------------------------------------------
  830.  
  831. 6.1) Large national or international providers
  832.  
  833. { Lots missing here.  Anyone got any info these, or any others? }
  834. {    America On-line                                            }
  835. {    Dialog                                                     }
  836. {    Genie                                                      }
  837. {    MCI Mail                                                   }
  838. {    Sprintmail                                                 }
  839.  
  840.  
  841. --------------------------------
  842.  
  843. 6.1.1) ATTMAIL
  844.  
  845.     [ Steve <atthelp@attmail.com> 30-Dec-1992 ]
  846.  
  847.     We do support binary attachment but are not MIME compliant nor do
  848.     we have an X.400 to MIME conversion header routine. This is 'in the
  849.     works', however, and due to overwhelming interest by our users and
  850.     other prmd's, research and development are currently engaged in
  851.     working on the issue. I do not have any information on when this
  852.     will be available, but will let you know when I receive word of our
  853.     MIME status.
  854.  
  855. --------------------------------
  856.  
  857. 6.1.2) CompuServe
  858.  
  859.     [ Pat Farrell <pfarrell@netcom.com> 31-Dec-1993 ]
  860.  
  861.     CompuServe's main mail service is ASCII text based, and is not MIME
  862.     compliant. CompuServe provides robust, reliable mail transport of
  863.     binary files. CompuServe invented and copyrighted the GIF format
  864.     which is supported by MIME. There are commercial and freeware client
  865.     programs for Macs and PCs that can provide "user friendly" access to
  866.     CompuServe's text and binary mail services, display GIF files, and
  867.     interact with CompuServe's forums. (CompuServe forums are roughly
  868.     equivalent to USENET newsfeeds.)
  869.  
  870. --------------------------------
  871.  
  872. 6.1.3) RadioMail
  873.  
  874.     [ Jerry Sweet <jsweet@irvine.com> 21-Mar-1994 ]
  875.  
  876.     RadioMail Corp. (formerly Anterior Technology) operates two types
  877.     of e-mail services having these statuses with respect to MIME:
  878.  
  879.     1. cc:Mail/Internet gatewaying.  cc:Mail does permit binary
  880.     attachments of various types, and these attachments are encoded by
  881.     the gateway for transfer via SMTP, but the encoding is not presently
  882.     MIME-compliant.  This may change.
  883.  
  884.     2. Wireless e-mail gatewaying.  Because the RadioMail gateway passes
  885.     a limited set of headers, MIME messages per se do not traverse
  886.     the gateway intact.  7-bit-encoded MIME messages may traverse the
  887.     gateway if encapsulated, e.g. using RFC 934.  However, RadioMail
  888.     does not presently supply MIME-compliant user agents for use on
  889.     radio modem equipped MS-DOS and Macintosh computers.  This will
  890.     change.
  891.  
  892. { Should coordinate this with the global e-mail list that is posted to }
  893. { comp.mail.misc.                                                     }
  894.  
  895. --------------------------------
  896.  
  897. 6.2) Local and regional providers
  898.  
  899. { Any info?  Should coordinate this with e.g. the PDIAL list. }
  900.  
  901. --
  902. End of Part 1
  903. *************
  904. --
  905.  
  906.